품사 분석 기 JFLEX
home page:http://jflex.de/docu.html
download:http://jflex.de/download.html
사용 설명서:http://jflex.de/manual.html
2.스트레스 해소 와 환경 변수 설정
압축 해제 후 파일 편집
bin\jflex.bat
자바home 과 jflexhome 환경 변수,JAVAHOME 기본 값 은 C:\JAVA,JFLEXHOME 기본 값 은 C:\JFLEX 입 니 다.JAVA_HOME contains the directory where your Java JDK is installed (for instance
C:\java
) and JFLEX_HOME the directory that contains JFlex (in the example:
C:\JFlex
) 3.품사 분석 파일 생 성
실행 명령:jflex lexer.flex,JFlexLexer.java 의 문법 해석 파일 생 성
- D:\jflex1.4.3\example>jflex lexer.flex
- Reading "lexer.flex"
- Constructing NFA : 955 states in NFA
- Converting NFA to DFA :
- ............................................................................
- ............................................................................
- ............................................................................
- .............................................................
- 447 states before minimization, 350 states in minimized DFA
- Writing code to "JFlexLexer.java"
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
양식 제출 후 제출 버튼 비활성화텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.